home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / file-tra / tftp.rea < prev    next >
Encoding:
Text File  |  1996-11-17  |  742 b   |  23 lines

  1. This is the first "official" release of tftp for Linux TCP/IP.
  2.  
  3. It's not the same as the testing version on nic.funet.fi.
  4. Bug fixes: Alarm Clocks.
  5.  
  6. You should have the inetd/config utils installed in /usr/etc/inet to use
  7. tftp/tftpd.
  8.  
  9. The following line should be in /usr/etc/inet/services:
  10. tftp            69/udp
  11.  
  12. and this one in /usr/etc/inet/inetd.conf:
  13. tftp    dgram   udp     wait    root    /usr/etc/inet/tftpd     tftpd
  14.  
  15. Send a HUP signal to or restart inetd after installing tftpd.
  16.  
  17. NOTE: tftp is often looked upon as a security hole, since it provides
  18. unauthenticated access to world-readable files. You may wish to reconsider
  19. installing it if you don't want unrestricted access to those files.
  20.  
  21. David Black 10/24/92
  22. dlbb0@amdahl.com
  23.